home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
CheeseHunt.swf
/
scripts
/
frame_191
/
PlaceObject2_206_115
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
246 b
|
10 lines
onClipEvent(enterFrame){
if(this._parent.hero.hitTest(this) && this._currentFrame == 1 && _root.hero._y <= 55.5)
{
_root.score += 100;
fx1.start();
this.gotoAndStop(2);
this.partmovie.gotoAndPlay(2);
}
}